home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Ometaball.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  245b  |  12 lines

  1. #ifndef _Ometaball_H_
  2. #define _Ometaball_H_
  3.  
  4. enum
  5. {
  6.     METABALLOBJECT_THRESHOLD        = 1000,    // REAL
  7.     METABALLOBJECT_SUBEDITOR        = 1001, // REAL
  8.     METABALLOBJECT_SUBRAY                = 1002, // REAL
  9.     METABALLOBJECT_EXPONENTIAL    = 1003  // BOOL
  10. };
  11.  
  12. #endif